idlingEnabled

Set this flag as true if you want the Engine to become idle if it has no pending work. This is useful for UI testing, as Espresso expects UI thread to become idle before making any assertions (without this flag your UI tests will always be stuck as main thread is never idle due to the never ending Engine update calls). Default value is false. Note that the flag is experimental and might be changed/removed.